home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / _bbs / opus / all.bat next >
DOS Batch File  |  1995-07-10  |  444b  |  23 lines

  1. set cdrom=n:
  2.  
  3. REM  I set this globally, in ..\all.bat
  4. REM  To run this one batch file, change it here also.
  5. if .%in_type% == . goto not_set
  6. goto set
  7. :not_set
  8. echo in_type not set
  9. goto end
  10. :set
  11.  
  12. REM  This is the foreign language stuff.  the default extension is
  13. REM  ".txt"
  14. if .%in_language% == . goto not_set2
  15. goto set2
  16. :not_set2
  17. set in_language=txt
  18. :set2
  19.  
  20. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.%in_language%   doit
  21.  
  22. :end
  23.